3.201 \(\int x^2 \sqrt {c+a^2 c x^2} \tan ^{-1}(a x) \, dx\)

Optimal. Leaf size=298 \[ \frac {x \sqrt {a^2 c x^2+c} \tan ^{-1}(a x)}{8 a^2}+\frac {1}{4} x^3 \sqrt {a^2 c x^2+c} \tan ^{-1}(a x)-\frac {i c \sqrt {a^2 x^2+1} \text {Li}_2\left (-\frac {i \sqrt {i a x+1}}{\sqrt {1-i a x}}\right )}{8 a^3 \sqrt {a^2 c x^2+c}}+\frac {i c \sqrt {a^2 x^2+1} \text {Li}_2\left (\frac {i \sqrt {i a x+1}}{\sqrt {1-i a x}}\right )}{8 a^3 \sqrt {a^2 c x^2+c}}-\frac {\left (a^2 c x^2+c\right )^{3/2}}{12 a^3 c}+\frac {\sqrt {a^2 c x^2+c}}{8 a^3}+\frac {i c \sqrt {a^2 x^2+1} \tan ^{-1}(a x) \tan ^{-1}\left (\frac {\sqrt {1+i a x}}{\sqrt {1-i a x}}\right )}{4 a^3 \sqrt {a^2 c x^2+c}} \]

[Out]

-1/12*(a^2*c*x^2+c)^(3/2)/a^3/c+1/4*I*c*arctan(a*x)*arctan((1+I*a*x)^(1/2)/(1-I*a*x)^(1/2))*(a^2*x^2+1)^(1/2)/
a^3/(a^2*c*x^2+c)^(1/2)-1/8*I*c*polylog(2,-I*(1+I*a*x)^(1/2)/(1-I*a*x)^(1/2))*(a^2*x^2+1)^(1/2)/a^3/(a^2*c*x^2
+c)^(1/2)+1/8*I*c*polylog(2,I*(1+I*a*x)^(1/2)/(1-I*a*x)^(1/2))*(a^2*x^2+1)^(1/2)/a^3/(a^2*c*x^2+c)^(1/2)+1/8*(
a^2*c*x^2+c)^(1/2)/a^3+1/8*x*arctan(a*x)*(a^2*c*x^2+c)^(1/2)/a^2+1/4*x^3*arctan(a*x)*(a^2*c*x^2+c)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.27, antiderivative size = 298, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 7, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.318, Rules used = {4946, 4952, 261, 4890, 4886, 266, 43} \[ -\frac {i c \sqrt {a^2 x^2+1} \text {PolyLog}\left (2,-\frac {i \sqrt {1+i a x}}{\sqrt {1-i a x}}\right )}{8 a^3 \sqrt {a^2 c x^2+c}}+\frac {i c \sqrt {a^2 x^2+1} \text {PolyLog}\left (2,\frac {i \sqrt {1+i a x}}{\sqrt {1-i a x}}\right )}{8 a^3 \sqrt {a^2 c x^2+c}}-\frac {\left (a^2 c x^2+c\right )^{3/2}}{12 a^3 c}+\frac {\sqrt {a^2 c x^2+c}}{8 a^3}+\frac {1}{4} x^3 \sqrt {a^2 c x^2+c} \tan ^{-1}(a x)+\frac {x \sqrt {a^2 c x^2+c} \tan ^{-1}(a x)}{8 a^2}+\frac {i c \sqrt {a^2 x^2+1} \tan ^{-1}(a x) \tan ^{-1}\left (\frac {\sqrt {1+i a x}}{\sqrt {1-i a x}}\right )}{4 a^3 \sqrt {a^2 c x^2+c}} \]

Antiderivative was successfully verified.

[In]

Int[x^2*Sqrt[c + a^2*c*x^2]*ArcTan[a*x],x]

[Out]

Sqrt[c + a^2*c*x^2]/(8*a^3) - (c + a^2*c*x^2)^(3/2)/(12*a^3*c) + (x*Sqrt[c + a^2*c*x^2]*ArcTan[a*x])/(8*a^2) +
 (x^3*Sqrt[c + a^2*c*x^2]*ArcTan[a*x])/4 + ((I/4)*c*Sqrt[1 + a^2*x^2]*ArcTan[a*x]*ArcTan[Sqrt[1 + I*a*x]/Sqrt[
1 - I*a*x]])/(a^3*Sqrt[c + a^2*c*x^2]) - ((I/8)*c*Sqrt[1 + a^2*x^2]*PolyLog[2, ((-I)*Sqrt[1 + I*a*x])/Sqrt[1 -
 I*a*x]])/(a^3*Sqrt[c + a^2*c*x^2]) + ((I/8)*c*Sqrt[1 + a^2*x^2]*PolyLog[2, (I*Sqrt[1 + I*a*x])/Sqrt[1 - I*a*x
]])/(a^3*Sqrt[c + a^2*c*x^2])

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 261

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a + b*x^n)^(p + 1)/(b*n*(p + 1)), x] /; FreeQ
[{a, b, m, n, p}, x] && EqQ[m, n - 1] && NeQ[p, -1]

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 4886

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[(-2*I*(a + b*ArcTan[c*x])*
ArcTan[Sqrt[1 + I*c*x]/Sqrt[1 - I*c*x]])/(c*Sqrt[d]), x] + (Simp[(I*b*PolyLog[2, -((I*Sqrt[1 + I*c*x])/Sqrt[1
- I*c*x])])/(c*Sqrt[d]), x] - Simp[(I*b*PolyLog[2, (I*Sqrt[1 + I*c*x])/Sqrt[1 - I*c*x]])/(c*Sqrt[d]), x]) /; F
reeQ[{a, b, c, d, e}, x] && EqQ[e, c^2*d] && GtQ[d, 0]

Rule 4890

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Dist[Sqrt[1 + c^2*x^2]/Sq
rt[d + e*x^2], Int[(a + b*ArcTan[c*x])^p/Sqrt[1 + c^2*x^2], x], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[e, c^2*
d] && IGtQ[p, 0] &&  !GtQ[d, 0]

Rule 4946

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))*((f_.)*(x_))^(m_)*Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[((f*x)^(
m + 1)*Sqrt[d + e*x^2]*(a + b*ArcTan[c*x]))/(f*(m + 2)), x] + (Dist[d/(m + 2), Int[((f*x)^m*(a + b*ArcTan[c*x]
))/Sqrt[d + e*x^2], x], x] - Dist[(b*c*d)/(f*(m + 2)), Int[(f*x)^(m + 1)/Sqrt[d + e*x^2], x], x]) /; FreeQ[{a,
 b, c, d, e, f, m}, x] && EqQ[e, c^2*d] && NeQ[m, -2]

Rule 4952

Int[(((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*((f_.)*(x_))^(m_))/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[
(f*(f*x)^(m - 1)*Sqrt[d + e*x^2]*(a + b*ArcTan[c*x])^p)/(c^2*d*m), x] + (-Dist[(b*f*p)/(c*m), Int[((f*x)^(m -
1)*(a + b*ArcTan[c*x])^(p - 1))/Sqrt[d + e*x^2], x], x] - Dist[(f^2*(m - 1))/(c^2*m), Int[((f*x)^(m - 2)*(a +
b*ArcTan[c*x])^p)/Sqrt[d + e*x^2], x], x]) /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[e, c^2*d] && GtQ[p, 0] && Gt
Q[m, 1]

Rubi steps

\begin {align*} \int x^2 \sqrt {c+a^2 c x^2} \tan ^{-1}(a x) \, dx &=\frac {1}{4} x^3 \sqrt {c+a^2 c x^2} \tan ^{-1}(a x)+\frac {1}{4} c \int \frac {x^2 \tan ^{-1}(a x)}{\sqrt {c+a^2 c x^2}} \, dx-\frac {1}{4} (a c) \int \frac {x^3}{\sqrt {c+a^2 c x^2}} \, dx\\ &=\frac {x \sqrt {c+a^2 c x^2} \tan ^{-1}(a x)}{8 a^2}+\frac {1}{4} x^3 \sqrt {c+a^2 c x^2} \tan ^{-1}(a x)-\frac {c \int \frac {\tan ^{-1}(a x)}{\sqrt {c+a^2 c x^2}} \, dx}{8 a^2}-\frac {c \int \frac {x}{\sqrt {c+a^2 c x^2}} \, dx}{8 a}-\frac {1}{8} (a c) \operatorname {Subst}\left (\int \frac {x}{\sqrt {c+a^2 c x}} \, dx,x,x^2\right )\\ &=-\frac {\sqrt {c+a^2 c x^2}}{8 a^3}+\frac {x \sqrt {c+a^2 c x^2} \tan ^{-1}(a x)}{8 a^2}+\frac {1}{4} x^3 \sqrt {c+a^2 c x^2} \tan ^{-1}(a x)-\frac {1}{8} (a c) \operatorname {Subst}\left (\int \left (-\frac {1}{a^2 \sqrt {c+a^2 c x}}+\frac {\sqrt {c+a^2 c x}}{a^2 c}\right ) \, dx,x,x^2\right )-\frac {\left (c \sqrt {1+a^2 x^2}\right ) \int \frac {\tan ^{-1}(a x)}{\sqrt {1+a^2 x^2}} \, dx}{8 a^2 \sqrt {c+a^2 c x^2}}\\ &=\frac {\sqrt {c+a^2 c x^2}}{8 a^3}-\frac {\left (c+a^2 c x^2\right )^{3/2}}{12 a^3 c}+\frac {x \sqrt {c+a^2 c x^2} \tan ^{-1}(a x)}{8 a^2}+\frac {1}{4} x^3 \sqrt {c+a^2 c x^2} \tan ^{-1}(a x)+\frac {i c \sqrt {1+a^2 x^2} \tan ^{-1}(a x) \tan ^{-1}\left (\frac {\sqrt {1+i a x}}{\sqrt {1-i a x}}\right )}{4 a^3 \sqrt {c+a^2 c x^2}}-\frac {i c \sqrt {1+a^2 x^2} \text {Li}_2\left (-\frac {i \sqrt {1+i a x}}{\sqrt {1-i a x}}\right )}{8 a^3 \sqrt {c+a^2 c x^2}}+\frac {i c \sqrt {1+a^2 x^2} \text {Li}_2\left (\frac {i \sqrt {1+i a x}}{\sqrt {1-i a x}}\right )}{8 a^3 \sqrt {c+a^2 c x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 3.01, size = 278, normalized size = 0.93 \[ \frac {\sqrt {c \left (a^2 x^2+1\right )} \left (-\frac {1}{4} \left (a^2 x^2+1\right )^2 \left (-\frac {2}{\sqrt {a^2 x^2+1}}+3 \tan ^{-1}(a x) \left (-\frac {14 a x}{\sqrt {a^2 x^2+1}}+3 \log \left (1-i e^{i \tan ^{-1}(a x)}\right )-3 \log \left (1+i e^{i \tan ^{-1}(a x)}\right )+2 \sin \left (3 \tan ^{-1}(a x)\right )+4 \left (\log \left (1-i e^{i \tan ^{-1}(a x)}\right )-\log \left (1+i e^{i \tan ^{-1}(a x)}\right )\right ) \cos \left (2 \tan ^{-1}(a x)\right )+\left (\log \left (1-i e^{i \tan ^{-1}(a x)}\right )-\log \left (1+i e^{i \tan ^{-1}(a x)}\right )\right ) \cos \left (4 \tan ^{-1}(a x)\right )\right )-6 \cos \left (3 \tan ^{-1}(a x)\right )\right )-6 i \text {Li}_2\left (-i e^{i \tan ^{-1}(a x)}\right )+6 i \text {Li}_2\left (i e^{i \tan ^{-1}(a x)}\right )\right )}{48 a^3 \sqrt {a^2 x^2+1}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[x^2*Sqrt[c + a^2*c*x^2]*ArcTan[a*x],x]

[Out]

(Sqrt[c*(1 + a^2*x^2)]*((-6*I)*PolyLog[2, (-I)*E^(I*ArcTan[a*x])] + (6*I)*PolyLog[2, I*E^(I*ArcTan[a*x])] - ((
1 + a^2*x^2)^2*(-2/Sqrt[1 + a^2*x^2] - 6*Cos[3*ArcTan[a*x]] + 3*ArcTan[a*x]*((-14*a*x)/Sqrt[1 + a^2*x^2] + 3*L
og[1 - I*E^(I*ArcTan[a*x])] + 4*Cos[2*ArcTan[a*x]]*(Log[1 - I*E^(I*ArcTan[a*x])] - Log[1 + I*E^(I*ArcTan[a*x])
]) + Cos[4*ArcTan[a*x]]*(Log[1 - I*E^(I*ArcTan[a*x])] - Log[1 + I*E^(I*ArcTan[a*x])]) - 3*Log[1 + I*E^(I*ArcTa
n[a*x])] + 2*Sin[3*ArcTan[a*x]])))/4))/(48*a^3*Sqrt[1 + a^2*x^2])

________________________________________________________________________________________

fricas [F]  time = 0.53, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\sqrt {a^{2} c x^{2} + c} x^{2} \arctan \left (a x\right ), x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*arctan(a*x)*(a^2*c*x^2+c)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(a^2*c*x^2 + c)*x^2*arctan(a*x), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \mathit {sage}_{0} x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*arctan(a*x)*(a^2*c*x^2+c)^(1/2),x, algorithm="giac")

[Out]

sage0*x

________________________________________________________________________________________

maple [A]  time = 1.30, size = 199, normalized size = 0.67 \[ \frac {\sqrt {c \left (a x -i\right ) \left (a x +i\right )}\, \left (6 \arctan \left (a x \right ) x^{3} a^{3}-2 a^{2} x^{2}+3 \arctan \left (a x \right ) x a +1\right )}{24 a^{3}}+\frac {\sqrt {c \left (a x -i\right ) \left (a x +i\right )}\, \left (\arctan \left (a x \right ) \ln \left (1+\frac {i \left (i a x +1\right )}{\sqrt {a^{2} x^{2}+1}}\right )-\arctan \left (a x \right ) \ln \left (1-\frac {i \left (i a x +1\right )}{\sqrt {a^{2} x^{2}+1}}\right )-i \dilog \left (1+\frac {i \left (i a x +1\right )}{\sqrt {a^{2} x^{2}+1}}\right )+i \dilog \left (1-\frac {i \left (i a x +1\right )}{\sqrt {a^{2} x^{2}+1}}\right )\right )}{8 a^{3} \sqrt {a^{2} x^{2}+1}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*arctan(a*x)*(a^2*c*x^2+c)^(1/2),x)

[Out]

1/24/a^3*(c*(a*x-I)*(I+a*x))^(1/2)*(6*arctan(a*x)*x^3*a^3-2*a^2*x^2+3*arctan(a*x)*x*a+1)+1/8*(c*(a*x-I)*(I+a*x
))^(1/2)*(arctan(a*x)*ln(1+I*(1+I*a*x)/(a^2*x^2+1)^(1/2))-arctan(a*x)*ln(1-I*(1+I*a*x)/(a^2*x^2+1)^(1/2))-I*di
log(1+I*(1+I*a*x)/(a^2*x^2+1)^(1/2))+I*dilog(1-I*(1+I*a*x)/(a^2*x^2+1)^(1/2)))/a^3/(a^2*x^2+1)^(1/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {a^{2} c x^{2} + c} x^{2} \arctan \left (a x\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*arctan(a*x)*(a^2*c*x^2+c)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(a^2*c*x^2 + c)*x^2*arctan(a*x), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.00 \[ \int x^2\,\mathrm {atan}\left (a\,x\right )\,\sqrt {c\,a^2\,x^2+c} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*atan(a*x)*(c + a^2*c*x^2)^(1/2),x)

[Out]

int(x^2*atan(a*x)*(c + a^2*c*x^2)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int x^{2} \sqrt {c \left (a^{2} x^{2} + 1\right )} \operatorname {atan}{\left (a x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*atan(a*x)*(a**2*c*x**2+c)**(1/2),x)

[Out]

Integral(x**2*sqrt(c*(a**2*x**2 + 1))*atan(a*x), x)

________________________________________________________________________________________